home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- preLoad(2, 31)
- end
-
- on mouseDown
- global gMovieList
- if objectp(gMovieList) then
- GoForward(gMovieList)
- end if
- end
-
- on keyDown
- if the key = RETURN then
- if objectp(gMovieList) then
- GoForward(gMovieList)
- end if
- end if
- end
-